home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Comm / AmiTCP30b2.lha / netinclude / ios1.h < prev    next >
C/C++ Source or Header  |  1994-03-24  |  701b  |  35 lines

  1. #ifndef IOS1_H
  2. #define IOS1_H
  3. /*
  4.  * $Id: ios1.h,v 1.2 1994/03/23 23:43:51 jraja Exp $
  5.  *
  6.  * Extensions to SAS/C level 1 IO definition file include:ios1.h
  7.  *
  8.  * Copyright © 1994 AmiTCP/IP Group, <amitcp-group@hut.fi>
  9.  *                  Helsinki University of Technology, Finland.
  10.  *                  All rights reserved.
  11.  */
  12.  
  13. /*
  14.  * Include SAS/C ios1.h
  15.  */
  16. #ifndef _IOS1_H
  17. #include <include:ios1.h>
  18. #endif
  19.  
  20. /*
  21.  * Additional flag definitions for the ufbflg field
  22.  * The given value was recommended by SAS.
  23.  */
  24. #ifndef UFB_SOCK
  25. #define UFB_SOCK 0x100 /* AmiTCP/IP socket */
  26. #endif
  27.  
  28. /*
  29.  * Additional external definitions
  30.  */
  31. extern struct UFB *__allocufb(int *);
  32. #define   allocufb    __allocufb
  33.  
  34. #endif
  35.